Build CollectionRef manually
authorFelix Krull <f_krull@gmx.de>
Sat, 18 May 2019 11:57:50 +0000 (13:57 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commit8bfefa2b146eb2945263f414bc9c76e18a184eb8
tree3ffc448799f0bfd21f6243845a7139f1d49412a0
parent13c61a9329eac0d94a7ce0ae69be43002605a90f
Build CollectionRef manually

That way we can get Eq and Hash.
rust-bindings/rust/conf/ostree.toml
rust-bindings/rust/gir-files/OSTree-1.0.gir
rust-bindings/rust/src/auto/collection_ref.rs [deleted file]
rust-bindings/rust/src/auto/mod.rs
rust-bindings/rust/src/collection_ref.rs [new file with mode: 0644]
rust-bindings/rust/src/lib.rs